home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / indexf_1 / form1.frm < prev    next >
Text File  |  1999-09-05  |  2KB  |  56 lines

  1. VERSION 5.00
  2. Begin VB.Form about 
  3.    Caption         =   "about"
  4.    ClientHeight    =   1455
  5.    ClientLeft      =   60
  6.    ClientTop       =   345
  7.    ClientWidth     =   6090
  8.    ForeColor       =   &H8000000F&
  9.    LinkTopic       =   "Form1"
  10.    ScaleHeight     =   1455
  11.    ScaleWidth      =   6090
  12.    StartUpPosition =   3  'Windows Default
  13.    Begin VB.CommandButton Command1 
  14.       Caption         =   "return"
  15.       Height          =   255
  16.       Left            =   1920
  17.       TabIndex        =   2
  18.       Top             =   1080
  19.       Width           =   1695
  20.    End
  21.    Begin VB.Frame Frame1 
  22.       Height          =   855
  23.       Left            =   120
  24.       TabIndex        =   0
  25.       Top             =   120
  26.       Width           =   5655
  27.       Begin VB.Label Label1 
  28.          Alignment       =   2  'Center
  29.          Caption         =   "Everything made by SeRkaL_7"
  30.          BeginProperty Font 
  31.             Name            =   "Arial"
  32.             Size            =   15.75
  33.             Charset         =   0
  34.             Weight          =   400
  35.             Underline       =   0   'False
  36.             Italic          =   0   'False
  37.             Strikethrough   =   0   'False
  38.          EndProperty
  39.          Height          =   375
  40.          Left            =   120
  41.          TabIndex        =   1
  42.          Top             =   240
  43.          Width           =   5415
  44.       End
  45.    End
  46. End
  47. Attribute VB_Name = "about"
  48. Attribute VB_GlobalNameSpace = False
  49. Attribute VB_Creatable = False
  50. Attribute VB_PredeclaredId = True
  51. Attribute VB_Exposed = False
  52. Private Sub Command1_Click()
  53. Unload Me 'close form1
  54. MAINform.Show 'open the fader form
  55. End Sub
  56.